runtime.finalizer.ot (field)

7 uses

	runtime (current package)
		mfinal.go#L60: 	ot   *ptrtype       // type of ptr to object (may be a heap pointer)
		mfinal.go#L122: 					unsafe.Offsetof(finalizer{}.ot) != 4*goarch.PtrSize) {
		mfinal.go#L140: 	f.ot = ot
		mfinal.go#L151: 			callback(f.fn, f.arg, f.nret, f.fint, f.ot)
		mfinal.go#L219: 					f.ot = nil
		mfinal.go#L264: 					(*eface)(r)._type = &f.ot.Type
		mfinal.go#L284: 				f.ot = nil